From d2367d940369762e0b7cb6fef9ee30afdbc86179 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Jan 2009 21:15:19 +0000 Subject: [PATCH] Change the Caps Lock warning to the more neutral "Caps Lock is on". 009-01-21 Matthias Clasen * gtk/gtkentry.c: Change the Caps Lock warning to the more neutral "Caps Lock is on". Requested by Wouter Bolsterlee svn path=/trunk/; revision=22166 --- ChangeLog | 5 +++++ gtk/gtkentry.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5598c04737..f780863c93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,11 @@ * gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement creating a GDK_BLANK_CURSOR. +2009-01-21 Matthias Clasen + + * gtk/gtkentry.c: Change the Caps Lock warning to the more + neutral "Caps Lock is on". Requested by Wouter Bolsterlee + 2009-01-21 Matthias Clasen Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index cda22297d3..e34020786a 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -9598,7 +9598,7 @@ keymap_state_changed (GdkKeymap *keymap, if (!entry->visible && priv->caps_lock_warning) { if (gdk_keymap_get_caps_lock_state (keymap)) - text = _("You have the Caps Lock key on"); + text = _("Caps Lock is on"); } if (text) -- 2.30.2